projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaaf9db
)
fix deprecated usage
author
Steve Klabnik
<steve@steveklabnik.com>
Fri, 18 Jul 2014 15:25:15 +0000
(11:25 -0400)
committer
Alex Crichton
<alex@alexcrichton.com>
Sun, 20 Jul 2014 18:59:56 +0000
(11:59 -0700)
src/cargo/util/process_builder.rs
patch
|
blob
|
history
diff --git
a/src/cargo/util/process_builder.rs
b/src/cargo/util/process_builder.rs
index 01c9431af152ce61d03f83dcc1c332306f29a25d..7b9e5d468ea6873530668f1558bfd8ef2ee87706 100644
(file)
--- a/
src/cargo/util/process_builder.rs
+++ b/
src/cargo/util/process_builder.rs
@@
-143,7
+143,7
@@
impl ProcessBuilder {
_ => ()
}
- ret.
as_slice().to_owned
()
+ ret.
to_vec
()
}
fn build_path(&self) -> Option<String> {